PlanetType
The type of a planet.
It can be any of the following strings: "Desert"
, "Terra"
, "EarthLike"
, "Ocean"
, "Tundra"
, "Forest"
, "Exotic"
, "Barren"
, "Gas"
, "RobotDepot"
, "RobotFactory"
.
Luau Type
This is the luau type for PlanetType
. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).
export type PlanetType = "Desert" | "Terra" | "EarthLike" | "Ocean" | "Tundra" | "Forest" | "Exotic" | "Barren" | "Gas" | "RobotDepot" | "RobotFactory"